Remove leftover debugging output
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Aug 2004 17:03:13 +0000 (17:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Aug 2004 17:03:13 +0000 (17:03 +0000)
gtk/gtkcombobox.c

index 64e63b95d597987a1479de761f7341711292a887..118ca2e1d23ca8ce89672b0353519609ed672579 100644 (file)
@@ -1931,7 +1931,6 @@ gtk_combo_box_forall (GtkContainer *container,
        (* callback) (combo_box->priv->cell_view_frame, callback_data);
     }
 
-  g_print ("combo box forall\n");
   if (GTK_BIN (container)->child)
     (* callback) (GTK_BIN (container)->child, callback_data);
 }